hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
AtlasSize
hip
api
data
textureatlas
Undocumented in source.
struct
AtlasSize {
uint
width
;
uint
height
;
alias
w
=
width
;
alias
h
=
height
;
}
Members
Aliases
h
alias
h
=
height
Undocumented in source.
w
alias
w
=
width
height
uint
height
;
Undocumented in source.
Variables
width
uint
width
;
Undocumented in source.
Meta
Source
See Implementation
hip
api
data
textureatlas
interfaces
IHipTextureAtlas
structs
AtlasFrame
AtlasRect
AtlasSize